home *** CD-ROM | disk | FTP | other *** search
/ Explore Yellowstone / Explore Yellowstone (1997)(The Learning Company)[PC-Mac].iso / mac / ROSTER.DIR / 00025_Script_sc change < prev    next >
Text File  |  1996-02-29  |  247b  |  13 lines

  1. on mouseDown
  2.   
  3.   set the CastNum of sprite 8 to the number of cast "delete1"
  4.   updateStage
  5. end
  6.  
  7. on mouseUp
  8.   
  9.   set the CastNum of sprite 8 to the number of cast "delete2"
  10.   updateStage    
  11.   puppetSprite 8, false
  12.   go to "change"
  13. end